home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / CIIGSIncludes / StdLib.h < prev    next >
Encoding:
Text File  |  1990-04-01  |  168 b   |  13 lines  |  [TEXT/MPS ]

  1. /*  stdlib.h
  2.  *
  3.  *  Copyright Apple Computer, Inc. 1987
  4.  *  All Rights Reserved
  5.  */
  6.  
  7. int atoi();
  8. long atol();
  9. void exit();
  10. void _exit();
  11. char *getenv();
  12. long strtol();
  13.